home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00120.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  394 b   |  23 lines

  1. on sel8
  2.   global sel, t1, drums
  3.   set sel to 8
  4.   if drums = 0 then
  5.     puppetSound(1, 0)
  6.     puppetSound(1, 106)
  7.     set drums to 1
  8.   end if
  9.   if t1 = 2 then
  10.     puppetSound(4, 0)
  11.     puppetSound(4, 143)
  12.     puppetSound(3, 0)
  13.     puppetSound(3, 145)
  14.     set t1 to 3
  15.   else
  16.     puppetSound(4, 0)
  17.     puppetSound(4, 143)
  18.     puppetSound(3, 0)
  19.     puppetSound(3, 137)
  20.     set t1 to 2
  21.   end if
  22. end
  23.